home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / comm / misc / MLogBook.lha / MLogBook / Rules / SPDX-CW (SP only) < prev    next >
Encoding:
Text File  |  2000-10-20  |  2.2 KB  |  101 lines

  1. # MLGBK10 RULES
  2. #
  3. # SP DX Contest
  4. # Logs send to:
  5. #
  6. # SP DX CONTEST Comittee p.o. box 320,
  7. # 00-950 Warszawa, POLAND
  8. #
  9. # Here's the list of allowed bands. See rules of contest
  10. # for operators category (SOSB, SOMB etc)
  11. #
  12. BANDS ALLOW=160m,80m,40m,20m,15m,10m
  13.  
  14. # Here's the list of allowed modes:
  15. MODES ALLOW=CW
  16.  
  17. # What to will be exchange with report.
  18. # %w - WAZ zone (e.g. Report is 59 15)
  19. # %i - ITU zone (e.g. Report is 59 38)
  20. # %c - QSO's counter (e.g. Report is 59 001)
  21. # Also is possible to mix it with any text:
  22. # SET REMARX-S[2]=%cKR - means report 59 001KR
  23. SET REMARX-S[2]=%3cM
  24. SET REMARX-R[2]=%3c
  25.  
  26. # Date format
  27. # 0 - DD.MM.YYYY
  28. # 1 - DD/MM/YYYY
  29. # 2 - MM/DD/YYYY
  30. SET DATE=0
  31.  
  32. # GUI settings
  33. SHOW DATE=NO
  34. SHOW TIME=NO
  35. SHOW BAND=YES
  36. SHOW MODE=NO
  37. SHOW RST-S=YES
  38. SHOW RST-R=YES
  39. SHOW REMARX-S=2
  40. SHOW REMARX-R=2
  41. SHOW LOCATOR=NO
  42. SHOW COMMENT=NO
  43. SHOW QSL=NO
  44.  
  45. # Find Similar Call
  46. SET ACK_FINDSIMCALL=NO
  47.  
  48. # Find QSO Before
  49. SET ACK_FINDQSOBEFORE=YES
  50.  
  51. # Duplicated QSO Finder
  52. SET ACK_DUPFIND=YES
  53.  
  54. # IOTA support
  55. SET ACK_IOTA=NO
  56.  
  57. # Awards support
  58. SET ACK_AWARDS=NO
  59.  
  60. SET ACK_ACTIVITY=NO
  61.  
  62. # QSL Manager Database support
  63. SET ACK_FINDQSLMANAGER=NO
  64.  
  65. # CallBook support
  66. SET ACK_CALLBOOK=NO
  67.  
  68. # File which contains database of prefixes based on organisators publication.
  69. SET PFXDATA=dxcc.csv
  70.  
  71. # Multipliers
  72. # REMR - every new remarx-r field is qualified.
  73. # MPFX - every new main prefix is qualified.
  74. # SB - qualify it separately on every bands.
  75. # AB - qualify it once on all bands.
  76. # SM - qualify it separately for every modes.
  77. # AM - qualify it once for all modes.
  78. # e.g. REMR-SMSB - means that multiplicator will be increased for all
  79. # new WAZ zones, separately on every bands and every modes.
  80. MULTI SET=,MPFX-SBSM
  81.  
  82. # Scores
  83. # SET
  84. #
  85. # CONT - points will be given for every QSO between continents.
  86. # 1 - AF (Africa)
  87. # 2 - AS (Asia)
  88. # 3 - EU (Europe)
  89. # 4 - NA (North America)
  90. # 5 - OC (Oceania)
  91. # 6 - SA (South America)
  92. # e.g. 123 - means that every QSO from Africa (1) to Asia (2)
  93. # will give 3 points.
  94. #
  95. # PFX - field with allowed prefixes.
  96. # e.g. SCORE PFX=SP - means that only QSO with SP (3Z,HF,SN,SO,SP,SQ,SR) is possible.
  97. # NOPFX - field with denied prefixes.
  98. # e.g. SCORE NOPFX=SP - means that you can't do QSO with SP (3Z,HF,SN,SO,SP,SQ,SR).
  99. SCORE SET=CONT,313,323,331,343,353,363
  100. SCORE NOPFX=SP
  101.